home *** CD-ROM | disk | FTP | other *** search
- SET-SHOW COPY_SELF
-
- Sets the default for determining whether the SEND, REPLY or FORWARD commands
- return a copy of the message being sent back to you. By specifying NOSEND,
- NOREPLY or NOFORWARD with the SET COPY_SELF command, you can clear any default
- copying you have established with the SET COPY_SELF command.
-
- The SHOW COPY_SELF command displays the established copying.
-
- Format: SET COPY_SELF command [,command]
-
- SHOW COPY_SELF
-
- Parameters: command
-
- The "command" parameter can be any one of the following:
- SEND, NOSEND, REPLY, NOREPLY, FORWARD, or NOFORWARD. You
- can use NOSEND, NOFORWARD, and NOREPLY to reverse previous
- settings of SEND, FORWARD, and REPLY, respectively.
-
- Examples:
-
- 1.
- MAIL> SHOW COPY_SELF
- Automatic copies to yourself are disabled
-
- This example shows the message MAIL displays when you have
- not used the SET COPY_SELF command and you enter the SHOW
- COPY_SELF command.
-
- 2.
- MAIL> SET COPY_SELF SEND
- MAIL> SHOW COPY_SELF
- Automatic copy to yourself on SEND
-
- This example shows how to use the SET COPY_SELF command to
- enable copies of mail messages you send to be copied back
- to you. The SHOW COPY_SELF indicates that you have enabled
- automatic copying.